Phone Numbers

{% for emp in emps %} {% if emp.dept.phone %} {% else %} {% endif %} {% endfor %}
Employee Department Phone
{{emp.name}} Edit {{emp.dept.dept_name}}{{emp.dept.phone}}NO PHONE
Add Employee